You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Without using any additional variable(s) to X and Y, device an algorithm that can be used to interchange the content of two variables X and Y. Use inital values of X and Y to be 10 and 20 respectively to go through your solution and see if the new values of X and Y are now 20 and 10 respectively.